home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / BDUWCD10.ZIP / MAKENPC.DOC < prev    next >
Encoding:
Text File  |  1996-05-02  |  1.1 KB  |  28 lines

  1. Underworld Nonplaying Character Utility V1.0
  2. copyright 1995 by Black Dragon Games (tm)
  3. For use with Underworld, a shareware door game
  4. ==============================================
  5.  
  6. An NPC character record looks like this:
  7.  
  8.        name    -            name and profession
  9.        say     -            what they might say to player
  10.        wear    -            wearing 0 = clothing
  11.        hitpts  -            hit points 0 = dead
  12.        attack  -            number of attacks @ round
  13.        damage  -            Max damage done by attack
  14.        to_hit  -            ability to hit player
  15.        cash    -            money the fight is worth
  16.        score   -            add points to players score
  17.  
  18. Usage   : MAKENPC nnn  (nnn = level 001 to 020)
  19. Example : MAKENPC 001
  20.  
  21. This example will directly effect the file named NPCFILE.001.
  22.  
  23. There are no limits on how many NPC's can go into 1 level.  If you have
  24. the default records it should be this:
  25.  
  26.     NPCFILE.001 and NPCFILE.002 will have 20 characters each 10,420 bytes.
  27.     NPCFILE.003 to  NPCFILE.020 will have 10 characters each  5,210 bytes.
  28.